Skip to content

fix: publish workflow runs test before build#11

Merged
sweetmantech merged 1 commit intomainfrom
fix/publish-workflow-order
Feb 25, 2026
Merged

fix: publish workflow runs test before build#11
sweetmantech merged 1 commit intomainfrom
fix/publish-workflow-order

Conversation

@sweetmantech
Copy link
Copy Markdown
Contributor

Summary

  • The publish workflow failed because pnpm test runs before pnpm build, but the version test needs dist/bin.cjs
  • Reorders to: install → bump version → build → test → publish

Root cause

The previous PR fixed test.yml but the squash merge didn't fully reorder publish.yml — test was still before build.

🤖 Generated with Claude Code

The version test requires dist/bin.cjs to exist. Move bump and build
steps before test so the built artifact is available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sweetmantech sweetmantech merged commit 41487ce into main Feb 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant